home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- /* Mount Entry for the new Console Handler */
-
- NEWCON:
- Handler = L:Newcon-Handler
- Priority = 5
- StackSize = 1000
- Mount = 1
- #
-
- /* Mount Entry for the Recoverable Ram Disk */
-
- RAD:
- Device = ramdrive.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 31
- Buffers = 5
- BufMemType = 1
- Mount = 1
- BootPri = -129
- #
-
- /* Mount Entry for the CrossDOS Drive [DF1:] */
-
- ST1:
- Device = mfm.device
- Unit = 1
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 9
- Reserved = 1
- Interleave = 0
- /* SecOrg = 1 */
- LowCyl = 0; HighCyl = 79
-
- FileSystem = L:MSDOSFileSystem
- Buffers = 5
- BufMemType = 0
- Stacksize = 4000
- Priority = 5
- GlobVec = -1
- DosType = 0x4D534400
- Mount = 0;
- #
-
- /* Mount Entry for the CrossDOS Drive [DF2:] */
-
- ST2:
- Device = mfm.device
- Unit = 2
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 9
- Reserved = 1
- Interleave = 0
- /* SecOrg = 1 */
- LowCyl = 0; HighCyl = 79
-
- FileSystem = L:MSDOSFileSystem
- Buffers = 5
- BufMemType = 0
- Stacksize = 4000
- Priority = 5
- GlobVec = -1
- DosType = 0x4D534400
- Mount = 0;
- #
-
-
-
- /* MountList For Spirit's RD0 Recoverable Ram Disk */
-
- RD0: Device = rd.device
- FileSystem = l:FastFileSystem
- DosType = 0x444f5301
- Unit = 0
- StackSize = 4000
- Surfaces = 2
- Flags = 0
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 35
- Buffers = 3
- GlobVec = -1
- BufMemType = 1
- Mount = 1
- #
-
-
-